Welcome![Sign In][Sign Up]
Location:
Search - i2c linux rtc

Search list

[Bookslinux设备驱动程序开发详解

Description: 详细讲述了linux设备驱动程序的开发,想学习linux下设备驱动程序开发工作的人员可以参考。文件清单列出如下: linuxdriver_code_tool |-- 03 | `-- 2.6内核升级工具 | |-- device-mapper-1.00.19-2.i386.rpm | |-- lvm2-2.00.25-1.01.i386.rpm | |-- mkinitrd-4.2.0.3.tar.tar | |-- module-init-tools-3.2.2.tar.bz2 | `-- modutils-2.4.5-1.src.rpm |-- 04 | |-- 内核模块参数范例 | | `-- book.c | |-- 内核模块导出符号 | | `-- export_symb.c | `-- 最简单的内核模块 | `-- hello.c |-- 05 | `-- udev源代码 | `-- udev-114.tar.gz |-- 06 | |-- globalmem驱动 | | `-- globalmem.c | `-- 包含2个globalmem设备的驱动 | `-- globalmem_two.c |-- 07 | `-- 含并发控制的globalmem驱动 | `-- globalmem_lock.c |-- 08 | |-- globalfifo驱动 | | `-- globalfifo.c | `-- poll应用程序范例 | `-- pollmonitor.c |-- 09 | |-- 异步通知应用程序范例 | | `-- asyncmonitor.c | `-- 支持异步通知的globalfifo | `-- globalfifo_async.c |-- 10 | |-- S3C2410实时钟驱动 | | `-- s3c2410-rtc.c | `-- 秒设备驱动与应用程序 | |-- second.c | `-- second_test.c |-- 11 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |-- 12 | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |-- 13 | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c |-- 14 | |-- S3C2410串口驱动 | | |-- regs-gpio.h | | |-- regs-serial.h | | `-- s3c2410.c | `-- 串口核心层 | |-- serial_core.c | `-- serial_core.h |-- 15 | |-- S3C2410 I2C主机驱动 | | |-- i2c-s3c2410.c | | |-- iic.h | | |-- regs-gpio.h | | `-- regs-iic.h | `-- SAA711x I2C设备驱动 | `-- saa711x.c |-- 16 | `-- CS8900以太网设备驱动 | |-- cs89x0.c | `-- cs89x0.h |-- 17 | |-- ALSA工具及库 | | |-- alsa-driver-1.0.15.tar.bz2 | | |-- alsa-firmware-1.0.15.tar.bz2 | | |-- alsa-lib-1.0.15.tar.bz2 | | |-- alsa-oss-1.0.15.tar.bz2 | | |-- alsa-tools-1.0.15.tar.bz2 | | |-- alsa-utils-1.0.13.tar.bz2 | | `-- pyalsa-1.0.15.tar.bz2 | |-- ALSA驱动范例 | | |-- sa11xx-uda1341.c | | `-- uda1341.h | |-- ALSA应用程序范例 | | |-- pcm.c | | `-- pcm_min.c | |-- OSS驱动范例 | | `-- s3c2410-uda1341.c | `-- OSS应用程序范例 | |-- mixer.c | `-- sound.c |-- 18 | |-- FRAMEBUFFER应用程序范例 | | `-- fb_display | | |-- fb_display.c | | |-- fb_display.h | | |-- Makefile | | |-- README | | `-- test.c | `-- S3C2410 LCD驱动 | |-- s3c2410fb.c | `-- s3c2410fb.h |-- 19 | |-- busybox源代码 | | `-- busybox-1.2.1.tar.bz2 | |-- MTD工具 | | `-- mtd-utils-1.0.0.tar.gz | |-- nand驱动范例 | | `-- s3c2410.c | |-- nor驱动范例 | | `-- s3c2410nor.c | `-- yaffs&yaffs2源代码 | |-- yaffs.tar.gz | `-- yaffs2.tar.gz |-- 20 | |-- USB串口驱动 | | |-- usb-serial.c | | `-- usb-serial.h | |-- USB工具 | | `-- usbview-1.0.tar.tar | |-- USB骨架程序 | | `-- usb-skeleton.c | |-- USB键盘驱动 | | |-- input.h | | |-- usb_input.h | | `-- usbkbd.c | `-- usb主机控制器驱动范例 | |-- ohci-s3c2410.c | `-- usb-control.h |-- 21 | |-- PCI骨架程序 | | `-- pci-skeleton.c | `-- PCI驱动范例 | `-- i810_audio.c `-- 22 |-- 范例代码 | |-- oops范例 | | |-- oops_example.asm | | `-- oops_example.c | `-- proc范例 | `-- sim_proc.c `-- 内核调试工具 |-- ddd-3.3.11.tar.gz |-- gdbmod-2.4.bz2 |-- kdb-v4.4-2.6.15-rc5-common-1.bz2 |-- kdb-v4.4-2.6.15-rc5-common-2.bz2 |-- kdb-v4.4-2.6.15-rc5-i386-1.bz2 `-- linux-2.6.15.5-kgdb-2.4.tar.tar
Platform: | Size: 25078324 | Author: zxx000 | Hits:

[OS programrtc_35390

Description: linux下的RTC芯片S35390A的驱动,I2C接口,在2440测试通过。
Platform: | Size: 2971 | Author: xiaguangsishe@163.com | Hits:

[Embeded-SCM Developi2c-RTC

Description: 基于I2C的RTC(实时时钟)的小程序,用c编写的,实现的是年历功能-based on the I2C RTC (real-time clock) a small program, c prepare, and achieving the calendar function
Platform: | Size: 9216 | Author: 二进 | Hits:

[Embeded Linuxds1337

Description: 实时时钟处理芯片ds1337驱动程序,芯片由i2c接口控制,将文件加入到linux内核的driver i2c/chips目录下,在makefine中添加该文件直接编译即可-real-time clock chip ds1337 driver, from i2c chip interface control, file into the Linux kernel driver i2c/chips directory, In addition makefine the document can be directly translated
Platform: | Size: 6144 | Author: 李正路 | Hits:

[Embeded Linuxlinux_rtc8025

Description: i2c接口的实时时钟芯片rx8025的linux驱动程序-i2c interface real time clock chip rx8025
Platform: | Size: 5120 | Author: zh | Hits:

[Embeded Linuxi2c_rtc_linux

Description: linux i2c rtc 驱动程序,有需要的请下载-linux i2c rtc driver, have the necessary download
Platform: | Size: 20480 | Author: xzs | Hits:

[Embeded Linuxrtc_s35390

Description: S35390A时钟芯片在linux下的驱动程序,本人应用在s3c440上,I2C接口,比S3C2440内部自带RTC更剩电,更准确。-S35390A clock chip drivers under linux, I applied s3c440 on, I2C interface, more than S3C2440 RTC own internal power left, more accurate.
Platform: | Size: 3072 | Author: wang | Hits:

[Linux-Unix111

Description: 通常在Linux中,把SoC系统中集成的独立外设单元(如:I2C、IIS、RTC、看门狗等)都被当作平台设备来处理。 mini2440 中断程序
Platform: | Size: 62464 | Author: 张宜宏 | Hits:

[Driver DevelopRTC-clock-driver

Description: S3C2440上RTC时钟驱动,通常在Linux中,把SOC系统中集成的独立外设单元(如:I2C、IIS、RTC、看门狗等)都被当作平台设备来处理。-S3C2440 RTC clock driver, usually in Linux, SOC system integration of independent peripheral units (such as: the I2C, the IIS, the RTC, Watchdog, etc.) are as a platform device to handle.
Platform: | Size: 105472 | Author: 飞幅度 | Hits:

[Linux-Unixrtc-ds1672

Description: An rtc/i2c driver for the Dallas DS1672 driver for Linux. -An rtc/i2c driver for the Dallas DS1672 driver for Linux.
Platform: | Size: 2048 | Author: cailouer | Hits:

[Embeded LinuxDMC2440I

Description: DMC-2440-I采用基于ARM920T内核的Samsung处理器 S3C2440A, 标准主频400MHz,最高主频可达533MHz。板载64MB的SDRAM,128MB的Nand Flash以及2MB的Nor Flash。DMC-2440-I是根据S3C2440A的全部功能而开发的全功能嵌入式系统。具有外接资源丰富,性能稳定,低功耗低等特点。适合手持设备的设计开发。支持嵌入式Linux和WINCE5.0.NET操作系统。提供Wince5.0 BSP。 采用linux-2.6.29 内核,驱动支持:DM9000、各种真彩液晶、音频输入输出、触摸屏、支持高速大容量的SD 卡、RTC、看门狗、三个串口、万能USB 摄像头、鼠标和键盘、U盘,支持QT。 Wince5.0驱动支持:ATA硬盘、camera 、CS8900网口、LCD、 DM9000网口、 IIC、 Key 、LED、串口、SDHC卡、触摸屏、USB 、AC97音频、IIS等。 测试程序(ADS1.2项目文件):中断方式按键、RTC 实时时钟、ADC 数模转换、IIS 音频播放wav、IIS 音频录音、触摸屏、I2C 总线读写AT24C08、三星3.5”LCD、640x480 真彩液晶等。-DMC- 2440- I Samsung processor S3C2440A based on ARM920T kernel, standard frequency 400 MHZ, the highest frequency of up to 533 MHZ. Onboard 64 MB SDRAM, 128 MB Nand Flash and 2 MB of Nor Flash. The DMC- 2440- I was based on S3C2440A all of the features and the development of a fully functional embedded systems. Has the rich external resources, stable performance, low power consumption is low. Design and development for handheld devices. Support the embedded Linux operating system and WINCE5.0.NET. Provide Wince5.0 BSP. The Linux- 2.6.29 kernel driver support: DM9000, all kinds of true color LCD, touch screen, audio input and output, support high speed large capacity of the SD card, RTC, watchdog, three serial ports, universal USB camera, mouse and keyboard, U disk, support QT. Wince5.0 driver support: ATA hard disk, camera, CS8900 front-end ports, LCD, DM9000 front-end ports, IIC, keys and leds, serial ports, SDHC CARDS, touch screen, USB, AC97 audio, IIS, etc. Test program (ADS1.2
Platform: | Size: 29696 | Author: 龙芯 | Hits:

[Linux driverds1307-rtc-ok.tar

Description: 华为海思SOC 芯片hi3511下DS1307驱动,RTC与ARM之间采用I2C方式通信,获取实时时钟,内核平台Linux 2.14.-Huawei Ds1307 RTC for hi3511 driver.
Platform: | Size: 6144 | Author: LiDaShu | Hits:

CodeBus www.codebus.net